home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / steppenw.swf / scripts / DefineButton2_3091 / BUTTONCONDACTION on(keyPress Right).as
Text File  |  2008-11-12  |  124b  |  6 lines

  1. on(keyPress "<Right>"){
  2.    trace(_currentframe);
  3.    trace(100 - _currentframe);
  4.    gotoAndStop(100 - _currentframe);
  5. }
  6.